Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps peggy from 5.0.4 to 5.0.6.

Release notes

Sourced from peggy's releases.

v5.0.6

What's Changed

New features

  • Now supports testing with -t and -T with "amd", "umd", and "globals" format. Fork/exec no longer needed in basic generation path. #643

Bug fixes

  • Adjust repository's Git configuration around CR/LF normalization. #639
  • Now uses tsup for code generation instead of tsc and rollup. This may be user-visible, since tsup injects different polyfills than typescript was. #644

New Contributors

Full Changelog: peggyjs/peggy@v5.0.5...v5.0.6

v5.0.5

What's Changed

Full Changelog: peggyjs/peggy@v5.0.4...v5.0.5

Changelog

Sourced from peggy's changelog.

5.0.6

Released: 2025-08-05

New features

  • Now supports testing with -t and -T with "amd", "umd", and "globals" format. Fork/exec no longer needed in basic generation path. #643

Bug fixes

  • Adjust repository's Git configuration around CR/LF normalization. #639
  • Now uses tsup for code generation instead of tsc and rollup. This may be user-visible, since tsup injects different polyfills than typescript was. #644

5.0.5

Released: 2025-07-10

Bug fixes

  • Fix unicode ranges whose upper bound is astral. #636
Commits
  • c327b63 5.0.6
  • 248ddb7 Merge pull request #647 from hildjj/changelog
  • a2ce4a6 Update changelog for release
  • 8faaefa Merge pull request #646 from hildjj/update-dependencies
  • 8b91f26 Update dependencies
  • da94bc8 Merge pull request #639 from david-sharer/ds/line-ending-normalization
  • 7741401 Add myself to the AUTHORS file; Add changelog entry
  • 4ff774e Merge remote-tracking branch 'upstream/main' into ds/line-ending-normalization
  • ee21e45 Merge pull request #644 from hildjj/tsup
  • 4ce9130 Fix issues from code review
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [peggy](https://github.com/peggyjs/peggy) from 5.0.4 to 5.0.6.
- [Release notes](https://github.com/peggyjs/peggy/releases)
- [Changelog](https://github.com/peggyjs/peggy/blob/main/CHANGELOG.md)
- [Commits](peggyjs/peggy@v5.0.4...v5.0.6)

---
updated-dependencies:
- dependency-name: peggy
  dependency-version: 5.0.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 15, 2025
@ashphy ashphy merged commit 1ee2acc into main Sep 24, 2025
10 checks passed
@ashphy ashphy deleted the dependabot/npm_and_yarn/peggy-5.0.6 branch September 24, 2025 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants